import { IPSAppCounterRef } from '../control/ipsapp-counter-ref'; import { IPSAppIndexView } from './ipsapp-index-view'; import { IPSAppView } from './ipsapp-view'; import { PSAppViewImpl } from './psapp-view-impl'; import { IPSSysImage } from '../../res/ipssys-image'; export declare class PSAppIndexViewImpl extends PSAppViewImpl implements IPSAppIndexView { get appIconPath(): string; get appIconPath2(): string; get appSwitchMode(): 0 | 1; get bottomInfo(): string; get caption(): string; protected defpsappview: IPSAppView | null; getDefPSAppView(): IPSAppView | null; get defPSAppView(): IPSAppView | null; getDefPSAppViewMust(): IPSAppView; get headerInfo(): string; get mainMenuAlign(): 'LEFT' | 'TOP' | 'CENTER' | 'TREEEXP' | 'TABEXP_TOP' | 'TABEXP_LEFT' | 'TABEXP_BOTTOM' | 'TABEXP_RIGHT' | 'NONE'; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; protected portalpsappcounterref: IPSAppCounterRef | null; getPortalPSAppCounterRef(): IPSAppCounterRef | null; get portalPSAppCounterRef(): IPSAppCounterRef | null; getPortalPSAppCounterRefMust(): IPSAppCounterRef; get subCaption(): string; get title(): string; get blankMode(): boolean; get defaultPage(): boolean; get enableAppSwitch(): boolean; get enableDP(): boolean; get enableWF(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-index-view-impl.d.ts.map