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