import { KeyValue } from '../chart/model/chart-custom'; export declare const fillData: (numberOfTimes: number, type: string) => any[]; export declare const handleLoop: (arrLoop: KeyValue[], obj: KeyValue, iterator: string, selectValue: KeyValue) => void; export declare const convertCalcLoop: (calcLoop: KeyValue[], obj: KeyValue, selectValue: KeyValue, iterator: string) => void; export declare const handleCalcLoop: (calcLoop: KeyValue[]) => void;