export function FunnelStep({ currentBarIndex, currentBarData, nextBarData, currentBarHeight, nextBarHeight, hideDifferenceBadge, getTooltipContent, onTooltipShow, }: { currentBarIndex: any; currentBarData: any; nextBarData: any; currentBarHeight: any; nextBarHeight: any; hideDifferenceBadge: any; getTooltipContent: any; onTooltipShow: any; }): React.JSX.Element; export function EmptyFunnelStep(): React.JSX.Element; import React from 'react'; //# sourceMappingURL=FunnelStep.d.ts.map