import * as React from "react"; const Ruler = ({ width, height, color }) => ( ); export default Ruler;