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