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