import type { TagProps } from 'ant-design-vue'; export default function PickerTag(props: TagProps, { slots, attrs }: { slots: any; attrs: any; }): JSX.Element;