/// import RowProperties from './row.properties'; import './row.styles.scss'; /** * Row component * @component * @description A component that renders items horizontally * @param properties * @returns A row component */ export default function RowComponent(properties: RowProperties): JSX.Element;