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