import { IPSAppViewMsgGroup } from './ipsapp-view-msg-group'; import { IPSAppViewMsgGroupDetail } from './ipsapp-view-msg-group-detail'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppViewMsgGroupImpl extends PSModelObjectImpl implements IPSAppViewMsgGroup { get bodyStyle(): 'LIST' | 'MARQUEE' | 'MARQUEE2' | 'USER' | 'USER2'; get bottomStyle(): 'LIST' | 'MARQUEE' | 'MARQUEE2' | 'USER' | 'USER2'; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psappviewmsggroupdetails: IPSAppViewMsgGroupDetail[] | null; getPSAppViewMsgGroupDetails(): IPSAppViewMsgGroupDetail[] | null; get psAppViewMsgGroupDetails(): IPSAppViewMsgGroupDetail[] | null; findPSAppViewMsgGroupDetail(objKey: any): IPSAppViewMsgGroupDetail | null; get rTMOSFilePath(): string; get topStyle(): 'LIST' | 'MARQUEE' | 'MARQUEE2' | 'USER' | 'USER2'; 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-impl.d.ts.map