import { SVGProps } from 'react';

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

export { MirrorProtocol as default };
