/// import { LogotypeProperties } from './logotype.properties'; /** * Logotype component * @description Render the logotype of the application in SVG format * @returns {JSX.Element} */ export default function LogotypeComponent(properties?: LogotypeProperties): JSX.Element;