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