/// <reference types="react" />
import { FunnelDatum, FunnelSvgProps } from './types';
export declare const Funnel: <D extends FunnelDatum = FunnelDatum>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: FunnelSvgProps<D>) => JSX.Element;
//# sourceMappingURL=Funnel.d.ts.map