import { forwardRef, SVGProps } from 'react'; export interface EmojiProps extends Omit, 'css'> {} export const Emoji = forwardRef((props, ref) => ( )); Emoji.displayName = 'Emoji';