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