import '@arclux/arc-ui/number-format'; import * as i0 from "@angular/core"; export declare class NumberFormat { private readonly _el; set value(value: number); get value(): number; set type(value: 'number' | 'currency' | 'percent' | 'compact'); get type(): 'number' | 'currency' | 'percent' | 'compact'; set locale(value: string); get locale(): string; set currency(value: string); get currency(): string; set decimals(value: number); get decimals(): number; set notation(value: 'standard' | 'compact'); get notation(): 'standard' | 'compact'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }