import { type OverlayProps } from '../../overlay/overlay'; export declare function ErrorOverlayOverlay({ children, ...props }: OverlayProps): import("react/jsx-runtime").JSX.Element; export declare const OVERLAY_STYLES: string;