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