import { TabPane } from './tabpane';
export type { TabPaneProps } from './tabpane';
export default TabPane;
