import { StartDraggingEvent } from "../edit-modes/types.js"; import { EditAction } from "./mode-handler.js"; import { TranslateHandler } from "./translate-handler.js"; export declare class DuplicateHandler extends TranslateHandler { handleStartDragging(event: StartDraggingEvent): EditAction | null | undefined; getCursor({ isDragging }: { isDragging: boolean; }): string; } //# sourceMappingURL=duplicate-handler.d.ts.map