/// import { Path } from '@sanity/types'; export interface ConnectorContextValue { isReviewChangesOpen: boolean; onOpenReviewChanges: () => void | undefined; onSetFocus: (nextPath: Path) => void | undefined; } export declare const ConnectorContext: import("react").Context; //# sourceMappingURL=ConnectorContext.d.ts.map