import * as React from 'react';
import type { ITagItemSuggestionProps } from './TagPicker.types';
import type { JSXElement } from '@fluentui/utilities';
/**
 * {@docCategory TagPicker}
 */
export declare const TagItemSuggestionBase: (props: ITagItemSuggestionProps) => JSXElement;
export declare const TagItemSuggestion: React.FunctionComponent<React.PropsWithChildren<React.PropsWithChildren<ITagItemSuggestionProps>>>;
