/** * 检测字符串是否包含emoji * @param str 需要检测的字符串 * @returns boolean 是否包含emoji */ export declare function containsEmoji(str: string): boolean;