import { EventEmitter } from "@angular/core"; import { FormGroup } from "@angular/forms"; import { DynamicFormLayout, DynamicFormLayoutService, DynamicFormValidationService, DynamicFormControlComponent, DynamicRatingModel } from "@ng-dynamic-forms/core"; export declare class DynamicBootstrapRatingComponent extends DynamicFormControlComponent { protected layoutService: DynamicFormLayoutService; protected validationService: DynamicFormValidationService; group: FormGroup; layout: DynamicFormLayout; model: DynamicRatingModel; blur: EventEmitter; change: EventEmitter; focus: EventEmitter; constructor(layoutService: DynamicFormLayoutService, validationService: DynamicFormValidationService); }