import { type ReactElement } from 'react'; import { type TabListProps } from '../../types'; declare const TabList: { ({ children, ...restProps }: TabListProps): ReactElement; spiritComponent: string; }; export default TabList;