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