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