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