import { FC } from 'react'; import { BaseSearchInputProps } from './types'; export declare const BaseSearchInput: FC;