/// <reference types="react" />
import type { FluentEmojiProps } from './type';
declare const FluentEmoji: import("react").NamedExoticComponent<FluentEmojiProps>;
export default FluentEmoji;
