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