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