import type { HeadingLevels } from "./utils.ts";
export declare const HeadingContext: import("react").Context<0 | HeadingLevels>;
