import { TabProps, TabsProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const Tabs: ComponentThemeConfig<TabsProps>;
export declare const Tab: ComponentThemeConfig<TabProps>;
