import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSControl } from '../ipscontrol'; import { IPSDBViewPortletPart } from './ipsdbview-portlet-part'; import { PSDBSysPortletPartImpl } from './psdbsys-portlet-part-impl'; export declare class PSDBViewPortletPartImpl extends PSDBSysPortletPartImpl implements IPSDBViewPortletPart { protected contentpscontrol: IPSControl | null; getContentPSControl(): IPSControl | null; get contentPSControl(): IPSControl | null; getContentPSControlMust(): IPSControl; protected portletpsappview: IPSAppView | null; getPortletPSAppView(): IPSAppView | null; get portletPSAppView(): IPSAppView | null; getPortletPSAppViewMust(): IPSAppView; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdbview-portlet-part-impl.d.ts.map