export declare const getFieldsWithServerError: (status?: Record) => string[]; export declare const scrollToError: (formRef: React.RefObject, errors: Record, status: Record) => void;