/// import { Path, SanityDocument } from '@sanity/types'; import { ObjectDiff, SchemaType } from '../../types'; export declare type DocumentChangeContextInstance = { documentId: string; schemaType: SchemaType; rootDiff: ObjectDiff | null; isComparingCurrent: boolean; FieldWrapper: React.ComponentType<{ path: Path; children: React.ReactNode; hasHover: boolean; }>; value: Partial; }; export declare const DocumentChangeContext: import("react").Context; //# sourceMappingURL=DocumentChangeContext.d.ts.map