import { SVGProps } from 'react';

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

export { BandProtocol as default };
