import { SVGProps } from 'react';

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

export { Nucypher as default };
