import * as i0 from "@angular/core";
export declare class IhStarRatings {
    rating: any;
    width: number;
    percent: number;
    id: any;
    constructor();
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<IhStarRatings, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IhStarRatings, "ih-star-ratings", never, { "rating": "rating"; "width": "width"; }, {}, never, never>;
}
