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