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