export declare class ModalArea { static position: "static" | "absolute" | "fixed" | "relative" | "inherit"; }