import { SVGProps } from 'react';

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

export { Bitcloud as default };
