import { ELabelType } from '../../../../constants/chart-style';
export declare const Types: {
    text: string;
    value: ELabelType;
}[];
