import { FluentEmojiProps } from "./type.mjs";
import { FC } from "react";

//#region src/FluentEmoji/FluentEmoji.d.ts
declare const FluentEmoji: FC<FluentEmojiProps>;
//#endregion
export { FluentEmoji };
//# sourceMappingURL=FluentEmoji.d.mts.map