import { IPSAppCounterRef } from '../../app/control/ipsapp-counter-ref'; import { IPSDETabViewPanel } from './ipsdetab-view-panel'; import { PSDEViewPanelImpl } from './psdeview-panel-impl'; import { IPSDERBase } from '../../dataentity/der/ipsderbase'; import { IPSDEOPPriv } from '../../dataentity/priv/ipsdeoppriv'; import { IPSSysImage } from '../../res/ipssys-image'; export declare class PSDETabViewPanelImpl extends PSDEViewPanelImpl implements IPSDETabViewPanel { get counterId(): string; get navFilter(): string; protected navpsder: IPSDERBase | null; getNavPSDER(): IPSDERBase | null; get navPSDER(): IPSDERBase | null; getNavPSDERMust(): IPSDERBase; protected psappcounterref: IPSAppCounterRef | null; getPSAppCounterRef(): IPSAppCounterRef | null; get psAppCounterRef(): IPSAppCounterRef | null; getPSAppCounterRefMust(): IPSAppCounterRef; protected psdeoppriv: IPSDEOPPriv | null; getPSDEOPPriv(): IPSDEOPPriv | null; get psDEOPPriv(): IPSDEOPPriv | null; getPSDEOPPrivMust(): IPSDEOPPriv; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get parentDataJO(): IModel; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdetab-view-panel-impl.d.ts.map