import type { FC } from 'react'; import type { TabsProps } from 'antd/es/tabs'; declare const Tabs: FC; export default Tabs;