import { SVGProps } from 'react';

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

export { Neumark as default };
