/// import { IndicatorChartProps } from '../../../props'; /** * A React component that provides various options for displaying one or two numeric values as a number, gauge or ticker. * * @example * An example of using the component to visualize the `Sample ECommerce` data source: * ```tsx * * ``` * * * @param props - Indicator chart properties * @returns Indicator Chart component * @group Charts */ export declare const IndicatorChart: import("react").FunctionComponent;