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