import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ThousandsPipe implements PipeTransform { transform(value: any, args?: any): any; /** it returns the result according to the number */ returnResult(numberValue: number, args?: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }