import { ControlValueAccessor } from '@angular/forms'; import * as i0 from '@angular/core'; declare class MxNumberOnlyDirective implements ControlValueAccessor { #private; onInputChange(event: Event): void; onBlur(): void; private updateTextInput; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; writeValue(value: any): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { MxNumberOnlyDirective };