import React from 'react'; import { Path } from '@sanity/types'; /** * This is used to draw the bar that wraps the diff components in the changes panel */ export declare const ChangeFieldWrapper: (props: { path: Path; children: React.ReactNode; hasHover: boolean; }) => React.JSX.Element; //# sourceMappingURL=ChangeFieldWrapper.d.ts.map