import { ChartRenderFunction } from '../types';
export interface AnomalyChartConfig {
    data: number[];
}
export declare const renderAnomalyChart: ChartRenderFunction<AnomalyChartConfig>;
//# sourceMappingURL=index.d.ts.map