export declare const Rating: import("react").FunctionComponent & { value?: number | null; hasValue?: boolean; precision?: number; valuePlacement?: "before" | "after"; iconSlot?: import("react").ReactNode; iconSlotOutline?: import("react").ReactNode; iconSlotHalf?: import("react").ReactNode; hasIcons?: boolean; iconQuantity?: 1 | 5 | 10; helperText?: string; helperTextStretching?: "fixed" | "filled"; size?: string; view?: string; } & import("react").HTMLAttributes & import("react").RefAttributes>; //# sourceMappingURL=Rating.d.ts.map