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