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