import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class InputSelectComponent implements ControlValueAccessor { private elementRef; private onChangeCallback; private _value; collapse: boolean; values: any[]; optionNames: string[] | number[]; name: string; placeholder: string; disabled: boolean; get value(): any; set value(value: any); constructor(elementRef: ElementRef); registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; writeValue(obj: string): void; clickEvent(event: MouseEvent): void; private isEventFrom; select(i: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }