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