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