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