import { SVGProps } from 'react';

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

export { TwoKeyNetwork as default };
