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