import { TabsStylesType } from '../../../../../components/tabs/types/tabsTheme';
import { TabsVariantType } from './variants';
export declare const getTabsStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => TabsStylesType<TabsVariantType>;
