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