import type { Components, JSX } from "../types/components"; interface RuxIconRateReview extends Components.RuxIconRateReview, HTMLElement {} export const RuxIconRateReview: { prototype: RuxIconRateReview; new (): RuxIconRateReview; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;