import { Atom } from "../../atom";
export declare class OverlayAtom extends Atom {
    static CSS_CLASS: string;
    static CDK_CONTAINER: string;
    static CDK_CONTAINER_BOX: string;
    static CDK_CONTAINER_PANE: string;
    static cdkContainer: import("protractor").ElementFinder;
    static cdkContainerBox: import("protractor").ElementFinder;
    static cdkContainerPane: import("protractor").ElementFinder;
    isOpened(): Promise<boolean>;
}
