import { MantineTheme } from '../../theme';
interface TableStyles {
    theme: MantineTheme;
    captionSide: 'top' | 'bottom';
}
declare const _default: (args?: TableStyles, classNames?: Partial<Record<"table" | "hover" | "striped", string>>, name?: string) => Record<"table" | "hover" | "striped", string>;
export default _default;
//# sourceMappingURL=Table.styles.d.ts.map