export declare const regexPresets: {
    cep: RegExp;
    cnpj: RegExp;
    cpf: RegExp;
    email: RegExp;
    phone: RegExp;
};
