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