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