export declare const mediaEmojiId: { id: string; shortName: string; fallback: string; }; export declare const mediaEmoji: { altRepresentation: { height: number; mediaPath: "https://media.example.com/alt-path-to-image.png"; width: number; }; category: string; fallback: string; id: string; name: string; order: number; representation: { height: number; mediaPath: "https://media.example.com/path-to-image.png"; width: number; }; searchable: boolean; shortName: string; skinVariations: never[]; type: string; };