import { SVGProps } from 'react';

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

export { LtoNetwork as default };
