import { FC } from 'react'; export interface UpdateRecordItemProps { previousValue: string; newValue: string; previousKey: string; newKey: string; type: 'text' | 'address' | 'contentHash'; onDoNotApply?: () => void; } export declare const UpdateRecordItem: FC; //# sourceMappingURL=index.d.ts.map