import { IPSSysDEFType } from './ipssys-deftype'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSSysDEFTypeImpl extends PSModelObjectImpl implements IPSSysDEFType { get codeName(): string; get dynaModelFilePath(): string; get editorHeight(): number; get editorType(): string; get editorWidth(): number; get gridColumnAlign(): 'LEFT' | 'CENTER' | 'RIGHT'; get mOSFilePath(): string; get maxValueString(): string; get memo(): string; get minStringLength(): number; get minValueString(): string; get name(): string; get rTMOSFilePath(): string; get searchEditorHeight(): number; get searchEditorType(): string; get searchEditorWidth(): number; get stringLength(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-deftype-impl.d.ts.map