import type { FC } from 'react'; import { TabPaneProps } from 'antd'; declare const TabPane: FC; export default TabPane;