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