import { InputMaskComponent } from '../input-mask/input-mask.component'; import * as i0 from "@angular/core"; export declare class InputCurrencyComponent extends InputMaskComponent { protected applyMask(value: string | undefined): string | undefined; protected removeMask(value: string | undefined): string | undefined; writeValue(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }