import { IPSAppDESearchView } from './ipsapp-desearch-view'; import { IPSAppDETabExplorerView } from './ipsapp-detab-explorer-view'; import { PSAppDEExplorerViewImpl } from './psapp-deexplorer-view-impl'; export declare class PSAppDETabExplorerViewImpl extends PSAppDEExplorerViewImpl implements IPSAppDETabExplorerView, IPSAppDESearchView { get tabLayout(): string; get enableQuickSearch(): boolean; get enableSearch(): boolean; get expandSearchForm(): boolean; get loadDefault(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-detab-explorer-view-impl.d.ts.map