import type { TLBinding, TLPage, TLPageState, TLShape } from '../types'; export declare function useHandles(page: TLPage, pageState: TLPageState): { shapeWithHandles: TLShape | undefined; }; //# sourceMappingURL=useHandles.d.ts.map