import { SVGProps } from 'react';

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

export { Litecoin as default };
