import { CustomElements, TabsProps, TabsScroll, TabsScrollProps } from './types'; export declare const useCustomElements: (props: TabsProps, state: { activeTabKey: string | number; }) => CustomElements; export declare const useTabsScroll: ({ shouldScrollTabs, theme }: TabsScrollProps) => TabsScroll;