import { EventEmitter } from "@angular/core"; import { IdService } from "../shared/services/id.service"; import { SideNavItem } from "../sidenav/sidenav.interface"; import { TopNavItem } from "../topnav/topnav.interface"; export declare class LayoutComponent { private idService; id: any; sideNav: SideNavItem[]; topNav: TopNavItem[]; logo: string; logoLink: string; logoLabel: string; fullWidth: any; currentPage: Object; search: Function | boolean; searchPlaceholder: any; sideNavArrows: any; toggleType: string; anchorLinks: []; logoRouter: string; showSecondary: any; toggled: boolean; navToggleUpdate: EventEmitter<{}>; sideNavOpenedContentDisabled: boolean; constructor(idService: IdService); $_Layout_sorted(el: any): any; $_Layout_updateContentDisabled(e: any): void; readonly isMd: boolean; }