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