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