import { OnInit, EventEmitter } from '@angular/core'; import { FormItem, FormItemWidget } from '../form-item'; import * as i0 from "@angular/core"; export declare class FormItemNumericRating extends FormItem { value: number; } export declare class FormItemNumericRatingComponent implements FormItemWidget, OnInit { item: FormItemNumericRating; editable: boolean; changes: EventEmitter; constructor(); ngOnInit(): void; onSelectionChange(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }