import { MantineNumberSize } from '@asuikit/styles'; export interface TableStylesParams { captionSide: 'top' | 'bottom'; horizontalSpacing: MantineNumberSize; verticalSpacing: MantineNumberSize; fontSize: MantineNumberSize; withBorder: boolean; withColumnBorders: boolean; } declare const _default: (params: TableStylesParams, options?: import("@asuikit/styles").UseStylesOptions) => { classes: { root: string; }; cx: (...args: any) => string; theme: import("@asuikit/styles").MantineTheme; }; export default _default; //# sourceMappingURL=Table.styles.d.ts.map