import React from 'react'; import type { SearchInputProps } from './types'; export declare const SearchInput: React.FC;