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