/// import { DrawerProperties } from './drawer.properties'; import './drawer.styles.scss'; /** * Drawer Component * @description A drawer component to be used in the navigation component * @param {DrawerProperties} properties * @returns A drawer component */ export default function DrawerComponent(properties: DrawerProperties): JSX.Element;