import React from 'react'; import type { SVGProps } from 'react'; function WelcomeImage(props: SVGProps) { return ( ); } export default WelcomeImage;