import * as React from 'react'; import type { TLBounds } from '../types'; export declare function usePosition(bounds: TLBounds, rotation?: number): React.RefObject; //# sourceMappingURL=usePosition.d.ts.map