import { SVGProps } from 'react';

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

export { Maidsafecoin as default };
