import { SVGProps } from 'react';

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

export { NestProtocol as default };
