import React from 'react'; import { InputSearchProps } from './types'; declare const InputSearch: React.FC; export default InputSearch;