import React, { type PropsWithChildren } from "react"; export declare function UiModalBackground({ children, }: PropsWithChildren<{}>): React.JSX.Element;