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