/// import { SwapChildProps } from '../../components'; type EmojiProps = React.DetailedHTMLProps, HTMLImageElement> & { name: string; }; export declare function Emoji({ name, ...rest }: EmojiProps): import("react/jsx-runtime").JSX.Element; export declare function ChooseEmoji({ transitionRef, transitionStyle }: SwapChildProps): import("react/jsx-runtime").JSX.Element; export {};