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