import Moveable, { MoveableProps } from "react-moveable"; type MoveableSelectionObjectBoxProps = MoveableProps & Readonly<{ shouldShowLateralHandles?: boolean; shouldShowVerticalHandles?: boolean; selectionBoxHeight: number; editionPill?: React.ReactNode; forcedPillPosition?: "top" | "bottom"; variant?: "default" | "layerBox" | "cropBox"; onEditionPillPointerMove?: (e: React.PointerEvent) => void; onRotateButtonPointerMove?: (e: React.PointerEvent) => void; }> & React.RefAttributes; export declare function MoveableSelectionObjectBox({ target, shouldShowLateralHandles, shouldShowVerticalHandles, selectionBoxHeight, editionPill, forcedPillPosition, variant, onRotateStart, onRotateEnd, onScaleStart, onScale, onScaleEnd, onRotate, onEditionPillPointerMove, onRotateButtonPointerMove, scalable, rotatable, ref, ...rest }: MoveableSelectionObjectBoxProps): import("react").JSX.Element; export declare namespace MoveableSelectionObjectBox { var displayName: string; } export {}; //# sourceMappingURL=MoveableSelectionObjectBox.d.ts.map