import { IBaseFloatingSuggestionsProps } from './FloatingSuggestions.types'; export declare const BaseFloatingSuggestions: (props: IBaseFloatingSuggestionsProps) => JSX.Element;