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