import type * as React from 'react'; import type { TabPaneProps } from 'dw-neit-rc-tabs/lib/TabPanelList/TabPane'; declare const TabPane: React.FC; export type { TabPaneProps }; export default TabPane;