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