import { Params } from '@angular/router'; import { NameValue } from '../interfaces/WidgetInterfaces'; import { CustomMenu } from '../interfaces/DisplayInterfaces'; export declare class ClientSettingsService { WebApiUrl: string; RedirectUrlSuffix: string; ApplicationName: any; ConsoleLogLevel: number; AppLogLevel: number; ThemePaths: NameValue[]; CurrentTheme: string; HideLayoutMenu: boolean; HideCacheMenu: boolean; HideWidgetTabs: boolean; HidePrintLayout: boolean; SkipAuthentication: boolean; instance: string; clientId: string; cacheLocation: string; expireOffsetSeconds: number; VersionInfo: NameValue[]; CustomMenus?: CustomMenu[]; GlobalConfigurationItems?: Params; }