import { type TLayout, type TypeTablePageSize } from "./interface/view/data"; export declare const DATE_FORMAT = "yyyy/MM/dd"; export declare const TIME_FORMAT = "hh:mm:ss"; export declare const DATETIME_FORMAT: string; export declare const SWITCH_ACTIVE_COLOR = "#1664ff"; export declare const SWITCH_INACTIVE_COLOR = "#bababa"; export declare const FILTER_DRAG_DROP_FORMAT = "filter"; export declare const DEFAULT_LAYOUT: TLayout; export declare const TABLE_PAGE_SIZES: TypeTablePageSize[]; export declare const DEFAULT_PAGE_SIZE: TypeTablePageSize; export declare const SELECTION_COLUMN_WIDTH = 55; export declare const STORAGE_NAMESPACE = "flexible-table"; export declare const TREE_PROPS_TITLE = "title"; export declare const TREE_PROPS_CHILDREN = "children"; export declare const TREE_PROPS_ISCHECKED = "isChecked"; export declare const TREE_PROPS_ISHALFCHECKED = "isHalfChecked";