import { FC } from 'react';
import { TabsProps } from './types';
declare const Tabs: FC<TabsProps>;
export default Tabs;
