import { SVGProps } from 'react';

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

export { Cybervein as default };
