import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class PgInputSanitizerDirective implements ControlValueAccessor { private _elementRef; pgInputSanitizer: RegExp; protected inputEl: HTMLInputElement; _onChange: (_: any) => void; _onTouched: () => void; constructor(_elementRef: ElementRef); blur($event: any): void; input($event: any): void; updateValue(): void; registerOnTouched(fn: any): void; registerOnChange(fn: (value: any) => any): void; writeValue(value: any): void; protected format(value: string): string; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }