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