import { ESizeType } from '../../../constants/chart-style';
export declare const sizeTypeOpts: {
    value: ESizeType;
    item: string;
}[];
