import { FC } from 'react'; import { IProps } from './interface'; declare const SearchInput: FC; export default SearchInput;