import { SVGProps } from 'react';

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

export { Bittorrent as default };
