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