import { type Props as EchartProps } from '$src/lib/internal/shared/Echart'; import { type WrapperProps } from '$src/lib/internal/shared/ChartWrapper'; import { type FunnelChartProps } from '@latitude-data/client'; type Props = Omit & Omit & WrapperProps; declare function FunnelChart({ data, isLoading, error, title, description, bordered, sort, width, height, locale, animation, orientation, showColorGradient, showLabels, showDecal, showLegend, download, }: Props): import("react/jsx-runtime").JSX.Element; export { type Props }; export default FunnelChart; //# sourceMappingURL=FunnelChart.d.ts.map