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