import React from 'react'; import { ObjectDiff, ObjectSchemaType } from '../../types'; interface Props { schemaType: ObjectSchemaType; diff: ObjectDiff; fields?: string[]; } export declare function ChangeList({ diff, fields, schemaType }: Props): React.ReactElement | null; export {}; //# sourceMappingURL=ChangeList.d.ts.map