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