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