/// import { Linkproperties } from './link.properties'; import './link.styles.scss'; /** * Link component * @description This is the link to make semantic links * @param {Linkproperties} properties * @returns {JSX.Element} */ export default function LinkComponent(properties: Linkproperties): JSX.Element;