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