import { SVGProps } from 'react';

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

export { AkashNetwork as default };
