import { IPSAppDEEditView } from './ipsapp-deedit-view'; import { PSAppDEXDataViewImpl } from './psapp-dexdata-view-impl'; export declare class PSAppDEEditViewImpl extends PSAppDEXDataViewImpl implements IPSAppDEEditView { get multiFormMode(): number; get enableWF(): boolean; get hideEditForm(): boolean; get showCaptionBar(): boolean; get showDataInfoBar(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-deedit-view-impl.d.ts.map