import { MoveableManagerInterface, RenderableProps, OnRender, OnRenderEnd, MoveableGroupInterface } from "../types"; declare const _default: { readonly name: "renderable"; readonly props: readonly []; readonly events: readonly ["renderStart", "render", "renderEnd", "renderGroupStart", "renderGroup", "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;