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