/** Dialog element that contains the modal content and handles backdrop interactions */ export declare const ModalContent: import("@qwik.dev/core").Component<{ open?: boolean | undefined; returnValue?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes>;