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