export declare function getEmojiAcName({ id, shortName }: {
    id: string;
    shortName: string;
}): string;
