import type { IPersonaProps } from '@fluentui/react/lib/Persona'; import type { ISuggestionModel } from '@fluentui/react/lib/Pickers'; import type { JSXElement } from '@fluentui/utilities'; export declare const DefaultPeopleSuggestionsItem: (props: ISuggestionModel) => JSXElement;