import { IPSSysViewLogic } from './ipssys-view-logic'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysViewLogicImpl extends PSModelObjectImpl implements IPSSysViewLogic { get codeName(): string; get dynaModelFilePath(): string; get logicType(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get viewLogicStyle(): string; get viewLogicType(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-view-logic-impl.d.ts.map