import type { Components, JSX } from "../types/components"; interface RuxIconCastConnected extends Components.RuxIconCastConnected, HTMLElement {} export const RuxIconCastConnected: { prototype: RuxIconCastConnected; new (): RuxIconCastConnected; };