import { TabsPlacement } from "./Tabs.types";
type StyleParams = {
    placement: TabsPlacement;
};
export declare const useStyles: (params: StyleParams, options?: import("@mantine/core").UseStylesOptions<string> | undefined) => {
    classes: {
        root: string;
        tabIcon: string;
        tabLabel: string;
        tab: string;
        panel: string;
        tabsList: string;
    };
    cx: (...args: any) => string;
    theme: import("@mantine/core").MantineTheme;
};
export {};
