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