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