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