import { type InputProps } from '../input/input'; export type SuggestionInputProps = Omit; declare global { namespace React.JSX { interface IntrinsicAttributes { popovertarget?: string; } } namespace React { interface HTMLAttributes { popovertarget?: string; } } } /** * Component that provides an input field for the Suggestion list. * * Place as a descendant of `Suggestion` * * @example * * * * */ export declare const SuggestionInput: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=suggestion-input.d.ts.map