import { MantineTheme } from '../../../theme';
interface TabControlStyles {
    theme: MantineTheme;
    reduceMotion: boolean;
    color: string;
}
declare const _default: (args?: TabControlStyles, classNames?: Partial<Record<"outline" | "default" | "tabActive" | "tabLabel" | "tabControl" | "pills" | "tabInner" | "tabIcon", string>>, name?: string) => Record<"outline" | "default" | "tabActive" | "tabLabel" | "tabControl" | "pills" | "tabInner" | "tabIcon", string>;
export default _default;
//# sourceMappingURL=TabControl.styles.d.ts.map