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