import { type OverlayProps } from '../../overlay/overlay';
export declare function ErrorOverlayOverlay({ children, ...props }: OverlayProps): import("react/jsx-runtime").JSX.Element;
export declare const OVERLAY_STYLES = "\n  [data-nextjs-dialog-overlay] {\n    padding: initial;\n    top: 10vh;\n  }\n";
