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