export declare const EMOJI_MAP: { warning: string; deprecation: string; flags: { class: string; function: string; variable: string; public: string; protected: string; private: string; }; }; export declare type EMOJI_MAP = typeof EMOJI_MAP; //# sourceMappingURL=emoji.d.ts.map