import { IPSRawItem } from './ipsraw-item'; import { IPSRawItemBase } from './ipsraw-item-base'; import { IPSRawItemParam } from './ipsraw-item-param'; import { IPSSysCss } from '../res/ipssys-css'; import { IPSSysImage } from '../res/ipssys-image'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSRawItemImpl extends PSModelObjectImpl implements IPSRawItem, IPSRawItemBase { get codeName(): string; get contentType(): string; get cssStyle(): string; get dynaClass(): string; get dynaModelFilePath(): string; get htmlContent(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psrawitemparams: IPSRawItemParam[] | null; getPSRawItemParams(): IPSRawItemParam[] | null; get psRawItemParams(): IPSRawItemParam[] | null; findPSRawItemParam(objKey: any): IPSRawItemParam | null; protected pssyscss: IPSSysCss | null; getPSSysCss(): IPSSysCss | null; get psSysCss(): IPSSysCss | null; getPSSysCssMust(): IPSSysCss; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get predefinedType(): string; get rTMOSFilePath(): string; get rawContent(): string; get rawItemHeight(): number; get rawItemWidth(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psraw-item-impl.d.ts.map