import { Injector } from '@angular/core'; import { MdSidenav } from '@angular/material'; import { AuthGuardService } from '../../services'; export declare const DEFAULT_INPUTS_O_SIDE_MENU: string[]; export declare class OSideMenuComponent { protected injector: Injector; static DEFAULT_INPUTS_O_SIDE_MENU: string[]; protected authGuardService: AuthGuardService; protected _title: string; protected _opened: boolean; protected sidenav: MdSidenav; constructor(injector: Injector); showSidenav(): void; getAuthGuardService(): AuthGuardService; title: string; opened: boolean; } export declare class OSideMenuModule { }