import { SVGProps } from 'react'; declare const Storj: (props: SVGProps) => JSX.Element; export { Storj as default };