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