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