import type { IFloatingPeopleSuggestionsProps } from './FloatingPeopleSuggestions.types'; import type { JSXElement } from '@fluentui/utilities'; export declare const FloatingPeopleSuggestions: (props: IFloatingPeopleSuggestionsProps) => JSXElement;