import { SVGProps } from 'react';

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

export { Xmax as default };
