export declare class ConfigService { protected _storageKey: string; protected _expandCurrentNavOnLoad: boolean; protected _pushContentOnCurrentNavHover: boolean; protected _alwaysCloseCurrentNavOnHoverOff: boolean; protected _closeCurrentNavWhenNoAction: boolean; protected _showLeftNavToggle: boolean; protected _showSubscriptions: boolean; protected _showHero: boolean; protected _showNotifications: boolean; protected _useGlobalCss: boolean; protected _title: string; protected _faIcon: string; protected _copyright: string; protected _version: string; protected _releaseNotes: string; readonly AlwaysCloseCurrentNavOnHoverOff: boolean; readonly CloseCurrentNavWhenNoAction: boolean; readonly ShowLeftNavToggle: boolean; readonly ShowSubscriptions: boolean; readonly ShowHero: boolean; readonly ShowNotifications: boolean; readonly ExpandCurrentNavOnLoad: boolean; readonly PushContentOnCurrentNavHover: boolean; readonly Title: string; readonly AppIcon: string; readonly Copyright: string; readonly Version: string; readonly ReleaseNotes: string; readonly UseGlobalCss: boolean; readonly StorageKey: string; constructor(); } export declare function Guid(): string;