import { Link } from './sidenav.component'; export declare class SideNavService { navigation: Link[]; getNavigationList(): Link[]; }