import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SearchComponent implements OnInit { private elementRef; isInputEmpty: boolean; dataEmitter: EventEmitter; debounceTime: number; font: string; searchStyle: boolean; isLarge: boolean; dataList: string[]; termino: string; inputFocus: boolean; debouncer: Subject; constructor(elementRef: ElementRef); onPageClick(targetElement: any): void; reset(): void; check_empty(event: Event): void; ngOnInit(): void; ngOnDestroy(): void; selectItem(item: string): void; focusInput(): void; teclaPresionada(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }