import { IPSAppViewMsg } from './ipsapp-view-msg'; import { IPSAppViewMsgGroupDetail } from './ipsapp-view-msg-group-detail'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewMsgGroupDetailImpl extends PSModelObjectImpl implements IPSAppViewMsgGroupDetail { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappviewmsg: IPSAppViewMsg | null; getPSAppViewMsg(): IPSAppViewMsg | null; get psAppViewMsg(): IPSAppViewMsg | null; getPSAppViewMsgMust(): IPSAppViewMsg; get position(): 'TOP' | 'BOTTOM' | 'BODY' | 'POPUP' | 'CUSTOM'; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-view-msg-group-detail-impl.d.ts.map