import { ISuggestionItemProps } from '@fluentui/react/lib/Pickers'; import { Guid } from '@microsoft/sp-core-library'; import { ITermInfo, ITermStoreInfo } from '@pnp/sp/taxonomy'; export interface ITermItemSuggestionProps extends ISuggestionItemProps { term: ITermInfo; languageTag?: string; termStoreInfo?: ITermStoreInfo; searchFilter?: string; onLoadParentLabel?: (termId: Guid) => Promise; } export declare function TermItemSuggestion(props: ITermItemSuggestionProps): JSX.Element; //# sourceMappingURL=TermItemSuggestion.d.ts.map