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