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