/// import { SocialProperties } from './social.properties'; import './social.styles.scss'; /** * Social component * @description Render the social networks logos passed by properties * @param {SocialProperties} properties * @returns {JSX.Element} A social component */ export default function SocialComponent(properties: SocialProperties): JSX.Element;