import { EmojiType } from "../getFluentEmojiCDN/utils.mjs"; import { ElementType, HTMLAttributes } from "react"; //#region src/FluentEmoji/index.d.ts interface FluentEmojiProps extends HTMLAttributes { as?: ElementType; cdn?: 'aliyun' | 'unpkg'; emoji: string; size?: number; type?: EmojiType | 'pure'; unoptimized?: boolean; } declare const FluentEmoji: import("react").ForwardRefExoticComponent>; //#endregion export { FluentEmojiProps, FluentEmoji as default }; //# sourceMappingURL=index.d.mts.map