import { type SerializableReplacementContext } from '@makeswift/controls'; import * as Documents from '../modules/read-only-documents'; import { type State } from '../read-only-state'; export declare function copyElementTree(state: State, elementTree: Documents.ElementData, replacementContext: SerializableReplacementContext): { type: string; key: string; props: Record; } | { value: string; type: "reference"; key: string; }; //# sourceMappingURL=copy-element-tree.d.ts.map