import { FormConf, FormErrorType } from './FormTypes'; import { GLang } from '../../util'; export declare function requiredFieldValidation(conf: FormConf, form: any, t: GLang): FormErrorType | null;