import { ElementRef } from '@angular/core'; import { NgControl, NgModel } from '@angular/forms'; export declare class NativeElementInjectorDirective { private el; private control; private model; constructor(el: ElementRef, control: NgControl, model: NgModel); }