import { EventEmitter, ElementRef, OnDestroy } from "@angular/core";
export declare class EmojiSearchComponent implements OnDestroy {
    searchEmitter: EventEmitter<string>;
    input: ElementRef;
    private _searchValue;
    private _destroyed;
    constructor();
    handleInputChange(event: any): void;
    ngOnDestroy(): void;
}
