import { SVGProps } from 'react';

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

export { Nimiq as default };
