import { Destroyable } from "vtxf-xe2/dist-node/xe2-base-utils"; import { FDrag } from "./FDrag"; export declare class FDragReadyStatus extends Destroyable { private _drag; get drag(): FDrag; constructor(_drag: FDrag); }