import { Path, SchemaType } from '@sanity/types'; import React from 'react'; import { Diff } from '../../diff'; import { PreviewComponent } from '../../preview/types'; interface DiffFromToProps { align?: 'top' | 'center' | 'bottom'; cardClassName?: string; diff: Diff; layout?: 'grid' | 'inline'; path?: Path | string; previewComponent: PreviewComponent; schemaType: SchemaType; } export declare function DiffFromTo(props: DiffFromToProps): React.JSX.Element; export {}; //# sourceMappingURL=DiffFromTo.d.ts.map