import type { Components, JSX } from "../types/components"; interface RuxIconRateReview extends Components.RuxIconRateReview, HTMLElement {} export const RuxIconRateReview: { prototype: RuxIconRateReview; new (): RuxIconRateReview; };