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