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