export declare const SET_DIMENSION = "SET_DIMENSION"; export declare const SET_VALUE = "SET_VALUE"; export declare const SET_DRAG_POSITION = "SET_DRAG_POSITION"; export declare const SET_DRAG_STATE = "SET_DRAG_STATE"; export declare const SET_DRAG_MOVING = "SET_DRAG_MOVING"; export declare const DRAG_CONTROL_ID = "@keen-drag-control"; export declare const TOOLTIP_CONTENT_MAX_WIDTH = 200;