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