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