import { OnInit, EventEmitter, TemplateRef } from '@angular/core'; import { DarthSelectItem } from '../../common/darth-select-item'; import * as i0 from "@angular/core"; export declare class DarthDropdownComponent implements OnInit { options: DarthSelectItem[]; valueSelect: any; labelNoResults: string; select: EventEmitter; template: TemplateRef; showItems: boolean; optionsShow: DarthSelectItem[]; valueShow: string; constructor(); ngOnInit(): void; preload(): void; showPanelOptions(): void; filter(searchWord: string): void; selectItem(item: DarthSelectItem): void; hidePanelItems(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }