import { TabList } from './TabList';
/**
 * @deprecated Use TabList component instead. This component will be removed in the next major version.
 * @since 2024-11-21
 */
export declare const TabsHeader: typeof TabList;
