import { FieldOutput, FormError } from '../types';
export declare function useValidateAll(fieldBag: {
    [key: string]: FieldOutput<any>;
}): () => FormError[];
