import type { DefaultValues } from './types.js'; export declare const FormUpdater: React.FC<{ reactiveFormValues: Partial; }>;