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