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