import { OnInit, EventEmitter, OnChanges } from "@angular/core"; import { PopoverComponent } from "../popover/popover.component"; import * as i0 from "@angular/core"; export declare class SelectComponent implements OnInit, OnChanges { placeholder: string; value: string; values: Array; options: Array; title: string; search: boolean; error: string; fixed: boolean; size: string; multi: boolean; change: EventEmitter; myOptions: Array; popover: PopoverComponent; ngOnInit(): void; ngOnChanges(): void; doSearch(query: any): void; setValue(val: any): void; checkBoxClicked(val: any): void; get displayValue(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }