import { SVGProps } from 'react';

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

export { Xrp as default };
