import { IPSLanguageRes } from './ipslanguage-res'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSLanguageResImpl extends PSModelObjectImpl implements IPSLanguageRes { get codeName(): string; get defaultContent(): string; get dynaModelFilePath(): string; get lanResTag(): string; get lanResType(): 'DE.LNAME' | 'DEF.LNAME' | 'CL.ITEM.LNAME' | 'CL.ITEM.TOOLTIP' | 'TBB.TEXT' | 'TBB.TOOLTIP' | 'MENUITEM.CAPTION' | 'PAGE.HEADER' | 'PAGE.COMMON' | 'PAGE' | 'CONTROL' | 'ERROR.STD' | 'CTRL' | 'COMMON' | 'OTHER'; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; get rTMOSFilePath(): string; get refFlag(): boolean; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pslanguage-res-impl.d.ts.map