import React from 'react'; import { TabPaneProps, TabPaneRef } from './type'; declare const TabPane: React.ForwardRefExoticComponent>; export default TabPane;