import { type Polygon } from './index.js'; export declare function isPointerInGraceArea(e: Pick, area?: Polygon): boolean;