import { IPSPanelItemSingleLogic } from './ipspanel-item-single-logic'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSPanelItemSingleLogicImpl extends PSModelObjectImpl implements IPSPanelItemSingleLogic { get codeName(): string; get condOp(): string; get dstModelField(): 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=pspanel-item-single-logic-impl.d.ts.map