export declare const getTestEmojis: () => (import("@atlaskit/emoji").EmojiDescriptionWithVariations | { name: string; type: string; category: string; order: number; representation: { mediaPath: "https://media.example.com/path-to-image.png"; width: number; height: number; }; altRepresentation: { mediaPath: "https://media.example.com/alt-path-to-image.png"; width: number; height: number; }; skinVariations: never[]; searchable: boolean; id: string; shortName: string; fallback: string; })[];