import { Path } from '@sanity/types'; import React from 'react'; import { Annotation, Diff } from '../../diff'; interface DiffCardProps { annotation?: Annotation; as?: React.ElementType | keyof JSX.IntrinsicElements; diff?: Diff; disableHoverEffect?: boolean; path?: Path | string; tooltip?: { description?: React.ReactNode; } | boolean; } export declare const DiffCard: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=DiffCard.d.ts.map