import { type TabsProps as InternalTabsProps } from 'rc-tabs'; import { type FC } from 'react'; import './index.less'; export type ITabsProps = Omit; declare const Tabs: FC; export default Tabs;