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