import { ElementRef, OnInit } from "@angular/core"; import { FieldComponent } from "../field/field.component"; import { SelectFieldConfig } from "../../model/select-field-config.model"; import { HttpService } from "../../../../services/http.service"; import * as i0 from "@angular/core"; export declare class SelectFieldComponent extends FieldComponent implements OnInit { private httpService; selectFieldRef: ElementRef | undefined; private toggleOnOutsideClick; content: string; focused: boolean; values: Array; displayKey: string; selectedItem: any; private key; constructor(httpService: HttpService); ngOnInit(): void; initialize(): void; onFieldClick(): void; onItemSelected(item: any): void; get value(): any; private setValues; private expand; private collapse; private toggle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }