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