import { SVGProps } from 'react'; const Illustration = (props: SVGProps) => { return ( ); }; export default Illustration;