import { IPSSysContent } from './ipssys-content'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysContentImpl extends PSModelObjectImpl implements IPSSysContent { get codeName(): string; get contenTag2(): string; get content(): string; get contentTag(): string; get contentTag3(): string; get contentTag4(): string; get contentType(): 'RAW' | 'HTML'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; 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=pssys-content-impl.d.ts.map