export interface IRatingOptions {
    starsCount: number;
    hoverable?: boolean;
    clickable?: boolean;
}
