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