import { IPSDEDRBarGroup } from './ipsdedrbar-group'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysImage } from '../../res/ipssys-image'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDRBarGroupImpl extends PSModelObjectImpl implements IPSDEDRBarGroup { protected cappslanguageres: IPSLanguageRes | null; getCapPSLanguageRes(): IPSLanguageRes | null; get capPSLanguageRes(): IPSLanguageRes | null; getCapPSLanguageResMust(): IPSLanguageRes; get caption(): string; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get hidden(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedrbar-group-impl.d.ts.map