import { RulerInterface, RulerProps } from "./types";
export declare const PROPERTIES: Array<keyof RulerProps>;
export declare const METHODS: Array<keyof RulerInterface>;
