import { ChartType } from '../../constants/chart-style';
export declare const twoDCharts: ChartType[];
export declare const oneDCharts: ChartType[];
export declare const percentageCharts: ChartType[];
export declare const verticalCharts: ChartType[];
