import { SVGProps } from 'react';

declare const Mxc: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Mxc as default };
