import { SVGProps } from 'react';

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

export { Nem as default };
