import { ElementRef } from '@angular/core';
export declare class EmojiCategoryComponent {
    private _element;
    category: any;
    constructor(_element: ElementRef);
    scrollIntoView(): void;
}
