import { SVGProps } from 'react';

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

export { Nexus as default };
