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