/**
 * 过滤emoji
 */
declare function filterEmoji(val: string): string;

export { filterEmoji };
