/// import { HeroProperties } from './hero.properties'; import './hero.styles.scss'; /** * Hero component * @description A component that displays a hero screen * @param {HeroProperties} properties * @returns A hero component */ export default function HeroComponent(properties: HeroProperties): JSX.Element;