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