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