import type { CollisionDetection } from './types';
/**
 * Returns the rectangles that the pointer is hovering over
 */
export declare const pointerWithin: CollisionDetection;
