import { MoveableManagerInterface, BeforeRenderableProps, OnBeforeRenderStart, OnBeforeRender, MoveableGroupInterface } from "../types"; declare const _default: { readonly isPinch: true; readonly name: "beforeRenderable"; readonly props: readonly []; readonly events: readonly ["beforeRenderStart", "beforeRender", "beforeRenderEnd", "beforeRenderGroupStart", "beforeRenderGroup", "beforeRenderGroupEnd"]; readonly dragRelation: "weak"; readonly setTransform: (moveable: MoveableManagerInterface, e: any) => void; readonly resetStyle: (e: any) => void; readonly fillDragStartParams: (moveable: MoveableManagerInterface, e: any) => OnBeforeRenderStart; readonly fillDragParams: (moveable: MoveableManagerInterface, e: any) => OnBeforeRender; readonly dragStart: (moveable: MoveableManagerInterface, e: any) => void; readonly drag: (moveable: MoveableManagerInterface, e: any) => void; readonly dragEnd: (moveable: MoveableManagerInterface, e: any) => void; readonly dragGroupStart: (moveable: MoveableGroupInterface, e: any) => void; readonly dragGroup: (moveable: MoveableGroupInterface, e: any) => void; readonly dragGroupEnd: (moveable: MoveableGroupInterface, e: any) => void; readonly dragControlStart: (moveable: MoveableManagerInterface, e: any) => void; readonly dragControl: (moveable: MoveableManagerInterface, e: any) => void; readonly dragControlEnd: (moveable: MoveableManagerInterface, e: any) => void; readonly dragGroupControlStart: (moveable: MoveableGroupInterface, e: any) => void; readonly dragGroupControl: (moveable: MoveableGroupInterface, e: any) => void; readonly dragGroupControlEnd: (moveable: MoveableGroupInterface, e: any) => void; }; export default _default;