import { SVGProps } from 'react';

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

export { Bitsend as default };
