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