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