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