import React from 'react'; const HeroImage = (props: { styling?: string }) => { return ( ); }; export default HeroImage;