import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSControl } from '../ipscontrol'; import { IPSDBAppViewPortletPart } from './ipsdbapp-view-portlet-part'; import { PSDBPortletPartImpl } from './psdbportlet-part-impl'; export declare class PSDBAppViewPortletPartImpl extends PSDBPortletPartImpl implements IPSDBAppViewPortletPart { 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 portletType(): 'LIST' | 'CHART' | 'VIEW' | 'HTML' | 'TOOLBAR' | 'ACTIONBAR' | 'CUSTOM' | 'APPMENU' | 'CONTAINER' | 'RAWITEM'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdbapp-view-portlet-part-impl.d.ts.map