import { FC } from "react"; import { TabPanePropsType } from "./interface"; declare const TabPane: FC; export default TabPane;