import { EventEmitter, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NumberFieldsComponent { question: any; count: number; required: boolean; hint: string; upDown: boolean; allowNegativeValues: boolean; placeholder: string; min: number; max: number; translations: any; selectedLanguage: string; displayQuestion: string; inPreview: boolean; answerChange: EventEmitter; defaultValue: number; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getQuestion(): void; valueAssigned(): void; upateAnswer(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }