declare const cnpjFormat: (value: string) => string;
export default cnpjFormat;
