import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type ComboboxInputProps = HeadlessPropsWithRef; export declare function ComboboxInput(props: ComboboxInputProps): JSX.Element; //# sourceMappingURL=ComboboxInput.d.ts.map