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