import { SVGProps } from 'react';

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

export { Rlc as default };
