import { SVGProps } from 'react';

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

export { NucleusVision as default };
