import type { TFunction } from 'i18next'; import type { KycFieldIssue } from './kycFormState'; /** * What the validation error under the fields says. * * A refused field is drawn in the design's yellow and worded nowhere else, so * the page's own refusals have to reach the message — a colour arriving with * no reason leaves the user re-reading a page that looks correct. * * The round's own error outranks them: the server saw the whole form. */ export declare function formValidationError(errorMessage: string | undefined, issues: readonly KycFieldIssue[], t: TFunction): string | undefined; //# sourceMappingURL=formValidationError.d.ts.map