import { ChangeDetectorRef, EventEmitter, OnInit, QueryList, TemplateRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare const RATING_VALUE_ACCESSOR: any; export declare class Rating implements OnInit, ControlValueAccessor { private cd; templates: QueryList; onIconTemplate: TemplateRef; offIconTemplate: TemplateRef; cancelIconTemplate: TemplateRef; isCustomCancelIcon: boolean; index: number; disabled: boolean; readonly: boolean; stars: number; cancel: boolean; iconOnClass: string; iconOnStyle: any; iconOffClass: string; iconOffStyle: any; iconCancelClass: string; iconCancelStyle: any; onRate: EventEmitter; onCancel: EventEmitter; constructor(cd: ChangeDetectorRef); value: number; onModelChange: Function; onModelTouched: Function; starsArray: number[]; ngOnInit(): void; ngAfterContentInit(): void; getIconTemplate(i: number): TemplateRef; rate(event: any, i: number): void; clear(event: any): void; writeValue(value: any): void; registerOnChange(fn: Function): void; registerOnTouched(fn: Function): void; setDisabledState(val: boolean): void; get isCustomIcon(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class RatingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }