/// <reference types="react" />
import type { FormValues } from '.';
export declare const FormUpdater: React.FC<{
    defaultValues: Partial<FormValues>;
}>;
