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