import type { WithChildren } from '../types/with-children.js'; /** * Provider that can be reused in components that can * create another level of modal/overlays for correct z-index stacking * @public */ export declare const OverlayStackingProvider: { ({ children }: WithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; };