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