declare const COL_SPAN_DATA: ({ title: string; value: number; } | { title: number; value: number; })[]; declare const WRAPPER_SPAN_DATA: { title: string; value: number; }[]; declare const COL_WEAPPER_SPAN_DATA: { 2: { title: string; value: number; }[]; 4: { title: string; value: number; }[]; 6: { title: string; value: number; }[]; 8: { title: string; value: number; }[]; 12: { title: string; value: number; }[]; }; declare const LABEL_SPAN_DATA: { title: string; value: number; }[]; declare const TYPE_SETTING_MODE: { Grid: { key: string; label: string; }; Pixel: { key: string; label: string; }; Percentage: { key: string; label: string; }; Auto: { key: string; label: string; }; }; export { COL_SPAN_DATA, WRAPPER_SPAN_DATA, COL_WEAPPER_SPAN_DATA, LABEL_SPAN_DATA, TYPE_SETTING_MODE, };