import type { RatingProps } from '../Rating.types'; type GetIconsArgs = { innerValue: string; } & Pick; export declare const getIcons: ({ innerValue, size, iconQuantity, iconSlot, iconSlotOutline, iconSlotHalf, }: GetIconsArgs) => JSX.Element | JSX.Element[]; export {}; //# sourceMappingURL=getIcons.d.ts.map