import { EventActionCallable, EventActionHandlerCallableState, PbEditorElement } from "../../../../types"; import { CloneElementActionArgsType } from "../cloneElement/types"; import { IdGenerator } from "./idGenerator"; export declare const cloneElement: (state: EventActionHandlerCallableState, element: PbEditorElement, idGenerator?: IdGenerator) => Promise; export declare const cloneElementAction: EventActionCallable;