import { SVGProps } from 'react';

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

export { LitecoinCash as default };
