export declare const isIconFilled: (currentIconIndex: number, ratingValue: number) => boolean; export declare const isIconEmpty: (currentIconIndex: number, ratingValue: number) => boolean; export declare const isIconMixed: (currentIconIndex: number, ratingValue: number) => boolean;