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