// @flow import type { Globals } from "../common/common.js.flow"; import type { Size } from "../Icon"; export type Props = { +rating: number, +size?: Size, +color?: "attention" | "primary" | "secondary", ...Globals, }; declare export default React$ComponentType;