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