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