import { TField, WatchEditingRowValues } from '../../@types'; interface RowEditingWatcherProps { watchEditingRowValues: WatchEditingRowValues; } declare function RowEditingWatcher({ watchEditingRowValues }: RowEditingWatcherProps): null; export default RowEditingWatcher; //# sourceMappingURL=RowEditingWatcher.d.ts.map