/// import { AreaRangeChartProps } from '../../../props'; /** * A React component that displays a range of data over a given time period or across multiple categories. * It is particularly useful for visualizing the minimum and maximum values in a dataset, along with the area between these values. * * @example * An example of using the component to visualize the `Sample ECommerce` data source: * ```tsx * * ``` * * * @param props - Area Range chart properties * @returns Area Range Chart component * @group Charts */ export declare const AreaRangeChart: import("react").FunctionComponent;