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