import { IPSDEFieldType } from './ipsdefield-type'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFieldTypeImpl extends PSModelObjectImpl implements IPSDEFieldType { get editorHeight(): number; get editorType(): string; get editorWidth(): number; get gridColumnAlign(): 'LEFT' | 'CENTER' | 'RIGHT'; get maxValueString(): string; get memo(): string; get minStringLength(): number; get minValueString(): string; get name(): string; get searchEditorHeight(): number; get searchEditorType(): string; get searchEditorWidth(): number; get stringLength(): number; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefield-type-impl.d.ts.map