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