interface Props { width?: number; height?: number; } const Logo: React.FC = ({ width, height }) => { return ( {/* */} {/* */} ); }; export default Logo;