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