import { type TabPaneProps } from '../../types'; declare const TabPane: { ({ children, id, ...restProps }: TabPaneProps): JSX.Element | null; spiritComponent: string; }; export default TabPane;