import * as React from 'react'; import { Path } from '@sanity/types'; export declare const DiffContext: React.Context<{ path: Path; }>; //# sourceMappingURL=DiffContext.d.ts.map