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