type RulerProps = {
    width: number;
};
declare const Ruler: ({ width }: RulerProps) => import("preact/compat").JSX.Element;
export default Ruler;
