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