import React from 'react'; import './index.scss'; interface IProps { handleNavigateTo: () => void; label: string; route: string; icon: JSX.Element; } declare const SideNavLink: React.FC; export { SideNavLink };