/**
 * @todo Perf
 */
export declare function ChartIndex({ wait, leading, trailing, labelFormatter, ...style }: Record<string, any>): (context: any) => () => void;
export declare namespace ChartIndex {
    var props: {
        reapplyWhenUpdate: boolean;
    };
}
