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