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