/// export declare type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6; export declare const AutoHeadingContext: import("react").Context<1 | 2 | 3 | 4 | 5 | 6 | undefined>; export declare function useAutoHeadingLevel(): 1 | 2 | 3 | 4 | 5 | 6 | undefined;