import React from 'react'; import { type RefInputType, type InputSearchProps } from './interface'; declare const Search: React.ForwardRefExoticComponent>; export default Search; export { type InputSearchProps };