import React from 'react';
import type { HeadingLevel } from './types';
/**
 * A context for the heading level.
 */
export declare const HeadingLevelContext: React.Context<HeadingLevel>;
