import React from 'react'; import './TabPanel.less'; import { TabPanelProps } from './TabPanel.types'; declare const TabPanel: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default TabPanel;