import React from 'react';
export default function DeleteIcon(props: {
    onClick: (e: any) => void;
    className?: string;
}): React.JSX.Element;
