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