import { IPSSysPanelModel } from './ipssys-panel-model'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSSysPanelModelImpl extends PSModelObjectImpl implements IPSSysPanelModel { get codeName(): string; get dataType(): 'OBJECT' | 'OBJECTARRAY' | 'STRING' | 'STRINGARRAY' | 'INT' | 'INTARRAY' | 'NUMBER' | 'NUMBERARRAY' | 'BOOL'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get type(): 'PANELMODEL' | 'VIEWMODEL' | 'CTRLMODEL'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get ctrlModel(): boolean; get panelModel(): boolean; get viewModel(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-panel-model-impl.d.ts.map