import { IPSRawItemBase } from '../ipsraw-item-base'; import { IPSRawItemParam } from '../ipsraw-item-param'; import { IPSSysCss } from '../../res/ipssys-css'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSRawItemImplBase extends PSModelObjectImpl implements IPSRawItemBase { get codeName(): string; get contentType(): string; get cssStyle(): string; get dynaClass(): string; get dynaModelFilePath(): 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; get predefinedType(): string; get rTMOSFilePath(): 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-base.d.ts.map