import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PghFinancialInputDirective { private elementRef; private localeId; private _value; constructor(elementRef: ElementRef, localeId: string); value: import("@angular/core").InputSignalWithTransform; private formatValue; onInput(value: string): void; _onBlur(): void; _onChange(_: any): void; _onTouched(_: any): void; writeValue(value: any): void; registerOnChange(fn: (value: any) => void): void; registerOnTouched(fn: (value: any) => void): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }