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