import { IPSSysImage } from './ipssys-image'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysImageImpl extends PSModelObjectImpl implements IPSSysImage { get codeName(): string; get cssClass(): string; get cssClassX(): string; get dynaModelFilePath(): string; get glyph(): string; get height(): number; get imagePath(): string; get imagePathX(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get rawContent(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get width(): number; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-image-impl.d.ts.map