import React from 'react'; import { Path } from '@sanity/types'; export declare const ChangeIndicatorContext: React.Context; interface ChangeIndicatorContextValue { compareValue?: unknown; focusPath: Path; path: Path; fullPath: Path; } export declare const ChangeIndicatorValueContext: React.Context; export {}; //# sourceMappingURL=ChangeIndicatorContext.d.ts.map