import { IPSPanelItemCatGroupLogic } from './ipspanel-item-cat-group-logic'; import { PSPanelItemGroupLogicImpl } from './pspanel-item-group-logic-impl'; export declare class PSPanelItemCatGroupLogicImpl extends PSPanelItemGroupLogicImpl implements IPSPanelItemCatGroupLogic { get logicCat(): 'PANELVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'SCRIPTCODE_CHANGE' | 'SCRIPTCODE_CLICK' | 'SCRIPTCODE_FOCUS' | 'SCRIPTCODE_BLUR'; protected relateditemnames: string[] | null; getRelatedItemNames(): string[] | null; get relatedItemNames(): string[] | null; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pspanel-item-cat-group-logic-impl.d.ts.map