import { IPSControl } from '../ipscontrol'; import { IPSDBAppMenuPortletPart } from './ipsdbapp-menu-portlet-part'; import { PSDBPortletPartImpl } from './psdbportlet-part-impl'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; export declare class PSDBAppMenuPortletPartImpl extends PSDBPortletPartImpl implements IPSDBAppMenuPortletPart { get aMListStyle(): string; protected ampssyspfplugin: IPSSysPFPlugin | null; getAMPSSysPFPlugin(): IPSSysPFPlugin | null; get aMPSSysPFPlugin(): IPSSysPFPlugin | null; getAMPSSysPFPluginMust(): IPSSysPFPlugin; get codeName(): string; protected contentpscontrol: IPSControl | null; getContentPSControl(): IPSControl | null; get contentPSControl(): IPSControl | null; getContentPSControlMust(): IPSControl; get portletType(): 'LIST' | 'CHART' | 'VIEW' | 'HTML' | 'TOOLBAR' | 'ACTIONBAR' | 'CUSTOM' | 'APPMENU' | 'CONTAINER' | 'RAWITEM'; get title(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdbapp-menu-portlet-part-impl.d.ts.map