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