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