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