import MoveableManager from "../MoveableManager";
import { PinchableProps, SnappableState } from "../types";
import MoveableGroup from "../MoveableGroup";
declare const _default: {
    name: string;
    updateRect: boolean;
    pinchStart(moveable: MoveableManager<PinchableProps, SnappableState>, { datas, clientX, clientY, touches, inputEvent, targets }: any): any;
    pinch(moveable: MoveableManager<PinchableProps, {}>, { datas, clientX, clientY, scale: pinchScale, distance, touches, inputEvent, targets }: any): any;
    pinchEnd(moveable: MoveableManager<PinchableProps, {}>, { datas, clientX, clientY, isPinch, inputEvent, targets }: any): any;
    pinchGroupStart(moveable: MoveableGroup, e: any): any;
    pinchGroup(moveable: MoveableGroup, e: any): any;
    pinchGroupEnd(moveable: MoveableGroup, e: any): any;
};
export default _default;
