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