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