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