import { ModalProps } from "../Modal.interface"; export declare class ModalScreenObject { render(props?: Partial): this; openModal(): this; get modal(): HTMLElement | null; closeModal(): this; }