import { OnInit } from '@angular/core'; export declare class NgxEmojHeaderComponent implements OnInit { headerBG: string; headerFG: string; headerFontSize: string; headerPadding: any; emojiCategories: any; activeIndicatorColor: string; activeIndicatorHeight: string; defaultActiveCategory: string; oncategorychange: any; martCategoryFontSize: string; martCategoryColor: string; martCategoryColorActive: string; activeCategory: string; constructor(); ngOnInit(): void; onCategorySelect(e: any): void; }