import React from 'react'; export default function EmojiObjects({ className }: { className?: string; }): React.JSX.Element;