import { IPSAppPortalView } from './ipsapp-portal-view'; import { PSAppViewImpl } from './psapp-view-impl'; export declare class PSAppPortalViewImpl extends PSAppViewImpl implements IPSAppPortalView { get defaultPage(): boolean; get enableDP(): boolean; get enablePullDownRefresh(): boolean; get enableWF(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-portal-view-impl.d.ts.map