import getAgent from "@egjs/agent"; import { IObject } from "@daybrush/utils"; export declare const agent: getAgent.AgentInfo; export declare const isWebkit: boolean; export declare const PREFIX = "moveable-"; export declare const MOVEABLE_CSS: string; export declare const DRAGGER_EVENTS: string[]; export declare const NEARBY_POS: number[][]; export declare const TINY_NUM = 1e-7; export declare const MIN_SCALE = 1e-9; export declare const MAX_NUM: number; export declare const MIN_NUM: number; export declare const DIRECTION_INDEXES: IObject;