import type { FocusableInput } from 'final-form-focus';
export declare const getFirstErrorField: (inputs: FocusableInput[], errors: Object) => HTMLInputElement | undefined;
