import * as React from 'react'; import type { TagProps } from '../tag'; export default function PickerTag(props: TagProps): React.JSX.Element;