import React from 'react'; declare const JupiterLogo: React.FC<{ width?: number; height?: number; }>; export default JupiterLogo;