import { IPSDEFDGroupLogic } from './ipsdefdgroup-logic'; import { IPSDEFDLogic } from './ipsdefdlogic'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFDGroupLogicImpl extends PSModelObjectImpl implements IPSDEFDGroupLogic { get codeName(): string; get dynaModelFilePath(): string; get groupOP(): 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; protected psdefdlogics: IPSDEFDLogic[] | null; getPSDEFDLogics(): IPSDEFDLogic[] | null; get psDEFDLogics(): IPSDEFDLogic[] | null; findPSDEFDLogic(objKey: any): IPSDEFDLogic | null; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get notMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefdgroup-logic-impl.d.ts.map