import { ElementRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CustomRatingDirective {
    private el;
    private renderer;
    iconViewBox: number[];
    constructor(el: ElementRef, renderer: Renderer2);
    updateRating(iconName: string): void;
    private updateRatindId;
    private getIconViewBox;
    static ɵfac: i0.ɵɵFactoryDeclaration<CustomRatingDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CustomRatingDirective, "[ngCustomRating]", never, {}, {}, never, never, false, never>;
}
