import { SfRatingSize } from '../../types/sf-rating.type'; import * as i0 from "@angular/core"; export declare class SfRatingComponent { size: keyof typeof SfRatingSize; max: number; value: number; halfIncrement: boolean; ariaLabel?: string; get precision(): 0.5 | 1; get ratingValue(): number; get partiallyFilled(): number; get filled(): number; get empty(): number; get label(): string; get hostClass(): string; attrAriaLabel: string | undefined; dataTestId: string; attrLabel: string; role: string; counter(length: number): any[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }