import type { Components, JSX } from "../types/components"; interface RuxIconStarBorder extends Components.RuxIconStarBorder, HTMLElement {} export const RuxIconStarBorder: { prototype: RuxIconStarBorder; new (): RuxIconStarBorder; };