import type { HeadingLevel } from './types';
/**
 * @internal
 * @returns The current heading level context.
 */
export declare const useHeadingLevel: () => HeadingLevel;
