import { ElementRef, EventEmitter } from '@angular/core'; import { Subject } from 'rxjs'; import { OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropdownComponent implements OnDestroy { private elementRef; isInputEmpty: boolean; onItemSelected: EventEmitter; font: string; dropdownStyle: boolean; isLarge: boolean; placeholder: string; dataList: string[]; termino: string; inputFocus: boolean; debouncer: Subject; hiddenDrop: boolean; constructor(elementRef: ElementRef); onPageClick(targetElement: any): void; reset(): void; check_empty(event: Event): void; ngOnDestroy(): void; selectItem(item: string): void; focusInput(): void; onClickDropDown(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }