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