import { InteractionBase } from "../InteractionBase"; import { SrcTgtPointsDataImpl } from "../SrcTgtPointsDataImpl"; import type { PointData } from "../../../api/interaction/PointData"; import type { SrcTgtPointsData } from "../../../api/interaction/SrcTgtPointsData"; import type { Logger } from "../../../api/logging/Logger"; export declare class DragLock extends InteractionBase, SrcTgtPointsDataImpl> { constructor(logger: Logger, name?: string); }