declare const CSS_CLASSES: { ROOT: string; INNER: string; CELL: string; CELL_SPAN: string; CELL_ORDER: string; CELL_ALIGN: string; FIXED_COLUMN_WIDTH: string; ALIGN: string; }; declare const DEVICE_TYPE: { DESKTOP: string; PHONE: string; TABLET: string; }; export { CSS_CLASSES, DEVICE_TYPE };