import { OnInit } from '@angular/core';
import { MatDrawerMode } from '@angular/material/sidenav';
import { Routes } from '@angular/router';
import * as i0 from "@angular/core";
export declare class AdminLayoutComponent implements OnInit {
    routes: Routes;
    toolbarTitle: string;
    svgIconUrl: string;
    imgHeight: string;
    mode: MatDrawerMode;
    opened: boolean;
    isMobileLayout: boolean;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AdminLayoutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AdminLayoutComponent, "lib-admin-layout", never, { "routes": "routes"; "toolbarTitle": "toolbarTitle"; "svgIconUrl": "svgIconUrl"; "imgHeight": "imgHeight"; "mode": "mode"; "opened": "opened"; "isMobileLayout": "isMobileLayout"; }, {}, never, ["*"], false, never>;
}
