import { OnInit } from '@angular/core'; import { ComponentType } from '../../../../../shared-form/enums'; import { BaseFieldComponent } from '../../base'; import { InputNumberModel } from '../../../../models/elemets/inputs'; import { InputNumberValueWithId } from '@myrtex-org/ui'; import { ComponentValueModel } from '../../../../models'; import * as i0 from "@angular/core"; export declare class InputNumberComponent extends BaseFieldComponent implements OnInit { type: ComponentType; validateValue: number; get isReadonly(): boolean; get isInputDisabled(): boolean; private get hasFormula(); onChangeInput(): void; _customValidate(model: ComponentValueModel): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }