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