import type { ValuesOf } from "../../util/typings"; /** * @public * The size variations for the TableCell component. */ export declare const TableCellSizes: { readonly small: "small"; readonly medium: "medium"; readonly large: "large"; }; /** * @public * The size types for the TableCell component. */ export type TableCellSize = ValuesOf; //# sourceMappingURL=table-cell.options.d.ts.map