import { FormControl } from '@angular/forms'; export declare class FuncoesComponent { static getDescrypt(aux: string, descriptografar?: boolean): any; static setDescrypt(data: any, criptografar?: boolean): any; static isBlank(value: any): any; static isNotBlank(value: any): any; static testaEmail(strEmail: any): boolean; static stepValidation(el: any): (c: FormControl) => any; static validarEmail(c: FormControl): { emailInvalido: boolean; }; static customValidation(item: any): (c: FormControl) => any; static makeId(): string; static testaCPF(strCPF: any): boolean; static validarCNPJ(cnpj: any): boolean; static formataDinheiro(valor: any): string; static formataDecimal(valor: string): string; static formatPhoneNumber(s: string): string; static formataData(data: any): string; static formataDataHora(data: any): string; static formatarData(timestampAtual: any): string; static formataDataHoraFromTimeStamp(dataInteger: any): string; static retornaCpfFormatado(valor: any): any; static retornaCnpjFormatado(valor: any): any; static retornaCepFormatado(valor: any): any; static retornaExtensao(valor: any): any; }