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