import React from 'react'; import { TabPaneProps } from 'rc-tabs'; export type { TabPaneProps }; export declare const TabPane: React.FC; export default TabPane;