/** * Erros de validacao * */ export declare const errors: { required: string; maxLength: string; minLength: string; };