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