///
import { FunnelChartProps } from '../../../props';
/**
* A React component representing data progressively decreasing in size or quantity through a funnel shape.
*
* ## Example
*
* Funnel chart displaying data from the Sample ECommerce data model.
*
*
*
* @param props - Funnel chart properties
* @returns Funnel Chart component
* @group Charts
*/
export declare const FunnelChart: import("react").FunctionComponent;