import { IPSControlParam } from './ipscontrol-param'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSControlParamImpl extends PSModelObjectImpl implements IPSControlParam { get codeName(): string; get ctrlParams(): IModel; get dynaModelFilePath(): string; get height(): number; 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 width(): number; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscontrol-param-impl.d.ts.map