import * as React from 'react'; import './style/index.less'; interface TabPanelProps { show: boolean; [key: string]: any; } declare const TabPanel: React.FC; export default TabPanel;