import { ConfigService } from '../services/configService'; export declare class AppComponent { private _config; private _sideMenuExpanded; private _sideMenuToggled; private _sideMenuHovered; readonly ShowLeftNavToggle: boolean; readonly ShowSubscriptions: boolean; readonly ShowHero: boolean; readonly ShowNotifications: boolean; readonly Title: string; readonly AppIcon: string; readonly Copyright: string; readonly Version: string; readonly ReleaseNotes: string; readonly UseGlobalCss: boolean; constructor(config: ConfigService); ToggleSideMenu(state: boolean): void; private CollapseNavIfNecessary(event); private HandleCurrentNavHoverChange(state); private OnNavigationChange(u); }