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