import { Injector, OnInit, ElementRef, EventEmitter } from '@angular/core'; import { NarikMatSelectBase } from '../base/narik-mat-select-base'; import { Observable } from 'rxjs'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NarikMatSelect extends NarikMatSelectBase implements OnInit { optionData: any[]; filteredData: Observable; textChanged: Subject<{ filter: string; force: boolean; }>; input: ElementRef; isOver: boolean; iconClicked: EventEmitter; constructor(injector: Injector); private _filter; iconClick(icon: any): void; onKeydown(keyEvent: KeyboardEvent): void; keyUp(keyEvent: KeyboardEvent): void; protected useData(data: any[]): void; onHover(): void; onLeave(): void; clear(e: MouseEvent): void; refresh(e: MouseEvent): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }