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