import { TableSize, TableCellAlign } from '../types/Table.types.ts'; /** Available size values for the Table component. */ export declare const TABLE_SIZES: TableSize[]; /** Available alignment values for TableHead and TableCell. */ export declare const TABLE_CELL_ALIGNS: TableCellAlign[];