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