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