import { ImgHTMLAttributes } from 'react'; export default function ApplicationLogo(props: ImgHTMLAttributes) { return ( ); }