import type { EmojiUpload } from '@atlaskit/emoji/types'; export declare const emojiFromUpload: (upload: EmojiUpload) => { category: string; creatorUserId: string; fallback: string; id: any; name: string; order: number; representation: { height: number; imagePath: string; width: number; }; searchable: boolean; shortName: string; type: string; };