import { SVGProps } from 'react';

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

export { Storj as default };
