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