import { SVGProps } from 'react';

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

export { Rchain as default };
