import { default as React } from 'react'; import * as DialogPrimitive from '@radix-ui/react-dialog'; export declare const OverlayContext: React.Context; type OverlayProps = React.ComponentPropsWithoutRef & { container?: React.ComponentProps['container']; }; declare const Overlay: React.ForwardRefExoticComponent, "ref"> & { container?: React.ComponentProps["container"]; } & React.RefAttributes>; export { Overlay }; export type { OverlayProps };