import { Destroyable } from "vtxf-renderer/dist-node/xr-base-utils"; import { MyLabel } from "../MyLabel"; import { CursorContextMenuDiv } from "./CursorContextMenuDiv"; import { MyImage } from "../MyImage"; export declare class SimpleCursorContextMenuDiv extends Destroyable { private _mainDiv; get mainDiv(): CursorContextMenuDiv; private _image; get image(): MyImage; private _label; get label(): MyLabel; private _showComplexProcessing; constructor(_mainDiv: CursorContextMenuDiv); }