export declare const TableSize: { readonly SM: "sm"; readonly MD: "md"; readonly LG: "lg"; }; export type TableSize = (typeof TableSize)[keyof typeof TableSize];