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