export declare const getTestImageEmoji: () => { id: string; shortName: string; fallback: string; name: string; type: string; category: string; order: number; representation: { imagePath: string; width: number; height: number; }; altRepresentation: { imagePath: string; width: number; height: number; }; searchable: boolean; };