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