import type { Category, CategoryEn, Emoji } from '../types'; export declare const emojis: Emoji[]; export declare const emojis_en: Emoji[]; export declare const Categories: Category[]; export declare const Categories_En: CategoryEn[]; export declare function charFromUtf16(utf16: string): string | null; export declare function charFromEmojiObject(obj: Emoji): string; export declare function getEmojisByCategory(category: string): Emoji[]; export declare const heigh: number; export declare const width: number; //# sourceMappingURL=index.d.ts.map