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