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