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