import MoveableManager from "./MoveableManager";
import { ResizableProps, ScalableProps, WarpableProps, Renderer } from "./types";
export declare function renderAllDirection(moveable: MoveableManager<Partial<ResizableProps & ScalableProps>>, React: Renderer): any[];
export declare function renderDiagonalDirection(moveable: MoveableManager<Partial<ResizableProps & ScalableProps & WarpableProps>>, React: Renderer): any[];
export declare function renderDirection(moveable: MoveableManager<Partial<ResizableProps & ScalableProps>>, React: Renderer): any[];
