import { type PropsWithChildren } from 'react'; import type { Overlay } from '../types.js'; export declare const OverlayContext: import("react").Context; /** @internal */ export declare const useOverlay: () => Overlay; /** @internal */ export declare const OverlayProvider: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;