import { LocalNode, RawCoValue } from "cojson"; import { JsonValue } from "cojson"; export declare function CoValueEditor({ node, property, value, coValue, onCancel, }: { node: LocalNode; property: string; value: JsonValue | undefined; coValue: RawCoValue; onCancel: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=co-value-editor.d.ts.map