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