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