import * as React from 'react'; import type { TLBounds } from '../../types'; export interface RotateHandleProps { bounds: TLBounds; size: number; targetSize: number; isHidden: boolean; } declare function _RotateHandle({ bounds, targetSize, size, isHidden }: RotateHandleProps): JSX.Element; export declare const RotateHandle: React.MemoExoticComponent; export {}; //# sourceMappingURL=RotateHandle.d.ts.map