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