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