import React from "react"; export interface ModalBackdropProps { children?: React.ReactNode; } export declare const ModalBackdrop: ({ children }: ModalBackdropProps) => import("@emotion/react/jsx-runtime").JSX.Element;