import { ElementRef, Injector, Renderer2, ViewContainerRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import { WrappedFormControl } from '../common/wrapped-control'; import { ClrInputContainer } from './input-container'; import * as i0 from "@angular/core"; export declare class ClrInput extends WrappedFormControl { protected index: number; constructor(vcr: ViewContainerRef, injector: Injector, control: NgControl, renderer: Renderer2, el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }