import { SVGProps } from 'react';

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

export { KeepNetwork as default };
