import { FC } from 'react'; import { TabsProps, TabsStaticMembers } from './types'; export declare const Tabs: FC & TabsStaticMembers;