import { EmojiProps } from "./EmojiPicker.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/EmojiPicker/Emoji.d.ts
declare const Emoji: {
  ({
    id,
    native,
    set,
    shortCode,
    skinTone,
    ...props
  }: EmojiProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { Emoji };
//# sourceMappingURL=Emoji.d.ts.map