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