import { SVGProps } from "react"; declare const SvgRs: (props: SVGProps) => JSX.Element; export default SvgRs;