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