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