import { ElementRef, OnInit, ViewContainerRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SCNativeElementInjectorDirective implements OnInit { private control; private elementRef; private viewContainerRef; constructor(control: NgControl, elementRef: ElementRef, viewContainerRef: ViewContainerRef); stringFormControl: any; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }