import { SVGProps } from 'react'; declare const LtoNetwork: (props: SVGProps) => JSX.Element; export { LtoNetwork as default };