import { GuidesOptions } from "./types";
export declare const ADDER: string;
export declare const GUIDES: string;
export declare const GUIDE: string;
export declare const DRAGGING: string;
export declare const DISPLAY_DRAG: string;
export declare const GUIDES_CSS: string;
export declare const PROPERTIES: Array<keyof GuidesOptions>;
export declare const METHODS: readonly ["getGuides", "loadGuides", "scroll", "scrollGuides", "resize", "getElement", "getRulerElement", "forceUpdate", "getRulerScrollPos", "getGuideScrollPos", "zoomTo", "drawRuler"];
export declare const EVENTS: readonly ["changeGuides", "requestScroll", "dragStart", "drag", "dragEnd", "clickRuler"];
