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