import { StringPartEditorField } from './string.js'; import { IFieldComponent } from '../field.js'; export declare class NumberPartEditorField extends StringPartEditorField { static readonly propertyType: any; constructor(component: IFieldComponent, key: string); _getInputValue(): number; }