import { FormError } from './FormError';
export declare function errorChanged(error1?: FormError, error2?: FormError): boolean;
