export declare class CreateNodeOverlayRequest {
    readonly element: HTMLElement;
    constructor(element: HTMLElement);
}
