import { IPSDEFDCatGroupLogic } from './ipsdefdcat-group-logic'; import { PSDEFDGroupLogicImpl } from './psdefdgroup-logic-impl'; export declare class PSDEFDCatGroupLogicImpl extends PSDEFDGroupLogicImpl implements IPSDEFDCatGroupLogic { get logicCat(): 'PANELVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'SCRIPTCODE_CHANGE' | 'SCRIPTCODE_CLICK' | 'SCRIPTCODE_FOCUS' | 'SCRIPTCODE_BLUR'; protected relateddetailnames: string[] | null; getRelatedDetailNames(): string[] | null; get relatedDetailNames(): string[] | null; get scriptCode(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefdcat-group-logic-impl.d.ts.map