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