import React from 'react'; import type { SearchProps as AntdSearchProps } from 'antd/es/input/Search'; import Input from './Input'; import type { ExtendedInputProps } from './Input'; export declare type SearchProps = Omit & ExtendedInputProps; declare const Search: React.ForwardRefExoticComponent & ExtendedInputProps & React.RefAttributes>; export default Search;