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