import type { ComponentProps } from 'react'; import Icon from '@ant-design/icons'; export default function NewTag(props: ComponentProps): JSX.Element;