/// import { TabProps } from './types'; declare const Tab: (props: TabProps) => JSX.Element; export default Tab;