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