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