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