import { MantineTheme, MantineNumberSize } from '../../theme';
interface TabsStyles {
    theme: MantineTheme;
    tabPadding: MantineNumberSize;
}
declare const _default: (args?: TabsStyles, classNames?: Partial<Record<"outline" | "body" | "default" | "root" | "pills" | "tabsListWrapper" | "tabsList", string>>, name?: string) => Record<"outline" | "body" | "default" | "root" | "pills" | "tabsListWrapper" | "tabsList", string>;
export default _default;
//# sourceMappingURL=Tabs.styles.d.ts.map