import React from 'react';
import { SearchProps } from './Search';
declare const SearchInput: React.ForwardRefExoticComponent<Pick<SearchProps, "count"> & import("../../components/Input/Input").DefinedInputProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, keyof import("../../components/Input/Input").DefinedInputProps> & React.RefAttributes<unknown>>;
export default SearchInput;
