import type { TLShapeUtilsMap } from '../TLShapeUtil'; import type { TLBinding, TLBounds, TLPage, TLPageState, TLShape } from '../types'; export declare function useSelection(page: TLPage, pageState: TLPageState, shapeUtils: TLShapeUtilsMap): { bounds: TLBounds | undefined; rotation: number; isLocked: boolean; isLinked: boolean; }; //# sourceMappingURL=useSelection.d.ts.map