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