import { type Context } from 'react'; /** * The context that holds the document outline. The level for the headline is increased per component that uses section * @public */ export declare const OverlayStackingContext: Context;