import { SVGProps } from "react";
declare const SvgDelete: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgDelete;
