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