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