import { FC } from 'react'; import { TabsInterface } from './tabs.types'; export declare const Tabs: FC;