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