import type { WithChildren } from '@dynatrace/strato-components/core'; /** * 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.js").JSX.Element; displayName: string; };