import MoveableManager from "../MoveableManager"; import { ScalableProps, ResizableProps, OnScaleGroup, Renderer, OnScaleGroupStart, DraggableProps, SnappableState, GroupableProps, OnScaleStart, OnScale } from "../types"; import { directionCondition } from "../groupUtils"; import MoveableGroup from "../MoveableGroup"; declare const _default: { name: string; ableGroup: string; canPinch: boolean; render(moveable: MoveableManager, {}>, React: Renderer): any[] | undefined; dragControlCondition: typeof directionCondition; dragControlStart(moveable: MoveableManager, e: any): false | OnScaleStart; dragControl(moveable: MoveableManager, e: any): false | OnScale; dragControlEnd(moveable: MoveableManager, e: any): any; dragGroupControlCondition: typeof directionCondition; dragGroupControlStart(moveable: MoveableGroup, e: any): false | OnScaleGroupStart; dragGroupControl(moveable: MoveableGroup, e: any): OnScaleGroup | undefined; dragGroupControlEnd(moveable: MoveableGroup, e: any): any; }; export default _default;