/// import type { ChartProps } from '@shopify/polaris-viz-core'; export declare type SparkFunnelChartProps = { accessibilityLabel?: string; } & ChartProps; export declare function SparkFunnelChart(props: SparkFunnelChartProps): JSX.Element; //# sourceMappingURL=SparkFunnelChart.d.ts.map