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