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