import { type EmojiProps } from './Emoji.types'; /** * `Emoji` is a component for representing emoji with variant size. * @example * ```tsx * * ``` */ export declare const Emoji: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Emoji.d.ts.map