import { MoveableManagerInterface, RenderableProps, OnRender, OnRenderEnd, MoveableGroupInterface } from "../types"; declare const _default: { readonly name: "renderable"; readonly props: {}; readonly events: { readonly onRenderStart: "renderStart"; readonly onRender: "render"; readonly onRenderEnd: "renderEnd"; readonly onRenderGroupStart: "renderGroupStart"; readonly onRenderGroup: "renderGroup"; readonly onRenderGroupEnd: "renderGroupEnd"; }; readonly dragRelation: "weak"; readonly dragStart: (moveable: MoveableManagerInterface, e: any) => void; readonly drag: (moveable: MoveableManagerInterface, e: any) => void; readonly dragAfter: (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 dragControlAfter: (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; readonly fillDragParams: (moveable: MoveableManagerInterface, e: any) => OnRender; readonly fillDragEndParams: (moveable: MoveableManagerInterface, e: any) => OnRenderEnd; }; export default _default;