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