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