import { IPSDEFDSingleLogic } from './ipsdefdsingle-logic'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFDSingleLogicImpl extends PSModelObjectImpl implements IPSDEFDSingleLogic { get codeName(): string; get condOP(): string; get dEFDName(): string; get dynaModelFilePath(): string; get logicCat(): 'PANELVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'SCRIPTCODE_CHANGE' | 'SCRIPTCODE_CLICK' | 'SCRIPTCODE_FOCUS' | 'SCRIPTCODE_BLUR'; 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 value(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefdsingle-logic-impl.d.ts.map