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