/// import { ITabPanelProps } from '../types'; declare function TabPanel(props: React.PropsWithChildren>): JSX.Element; export default TabPanel;