import { NgControl } from '@angular/forms'; import { ElementRef } from '@angular/core'; export declare class NullDefaultValueDirective { private el; private control; constructor(el: ElementRef, control: NgControl); onEvent(target: HTMLInputElement): void; }