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