import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SearchSelectComponent implements OnChanges, OnInit { rows: any[]; requiredField: string; displayField: string; clear: boolean; close: boolean; id: string; action: EventEmitter; inputSearch: any; searchContainer: any; clickout(event: any): void; searchText: string; inputActive: boolean; value: any; faSearch: import("@fortawesome/fontawesome-common-types").IconDefinition; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; emitAction(action: string, form: any): void; selectedRow(row: any): void; getValues(): any; focusedElement(): void; changedInput(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }