import { SVGProps } from 'react'; declare const Mxc: (props: SVGProps) => JSX.Element; export { Mxc as default };