import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class QuantitySelectorNumber implements PipeTransform { transform(value: string, allowDecimal: boolean): string; static ɵfac: i0.ɵɵFactoryDef; static ɵpipe: i0.ɵɵPipeDefWithMeta; }