import { FieldValue, FormState } from "./Form.types"; export declare const isEqualFormState: (state1: FormState, state2: FormState) => boolean;