import { OnInit } from '@angular/core';
import { MatDrawerMode } from '@angular/material/sidenav';
import { Routes, Route, ActivatedRoute } from '@angular/router';
import * as i0 from "@angular/core";
export declare class SideMenuComponent implements OnInit {
    private activeRouter;
    routes: Routes;
    title: string;
    showToggle: boolean;
    svgIconUrl: string;
    imgHeight: string;
    mode: MatDrawerMode;
    opened: boolean;
    isMobileLayout: boolean;
    constructor(activeRouter: ActivatedRoute);
    ngOnInit(): void;
    handleExpandClick(contentClass: string | undefined): void;
    handleFocus(contentClass: string | undefined): void;
    routeHasActiveChild(route: Route): string;
    handleLinkClick(): void;
    handleToggleClick(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SideMenuComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SideMenuComponent, "lib-side-menu", never, { "routes": "routes"; "title": "title"; "showToggle": "showToggle"; "svgIconUrl": "svgIconUrl"; "imgHeight": "imgHeight"; "mode": "mode"; "opened": "opened"; "isMobileLayout": "isMobileLayout"; }, {}, never, ["[toolbar]", "*"], false, never>;
}
