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