/// <reference types="react" />
import { Props } from '../tag';
export default function PickerTag(props: Partial<Props>): JSX.Element;
