import { IPSAppImage } from './ipsapp-image'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppImageImpl extends PSModelObjectImpl implements IPSAppImage { 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=psapp-image-impl.d.ts.map