import { TabsInterface, TabsListInterface, TabButtonInterface, TabPanelInterface } from './tabs.types'; export declare function tabsTheme(props: TabsInterface): any; export declare function tabsButtonTheme(props: TabButtonInterface): any; export declare function tabsListTheme(props: TabsListInterface): any; export declare function tabsPanelTheme(props: TabPanelInterface): any;