import { EColorType } from '../../../constants/honeycomb';
export declare const colorTypeOptions: {
    text: string;
    value: EColorType;
}[];
