import { default as Point } from '@mapbox/point-geometry'; export declare function isFeatureClicked(rings: Point[][], point: Point): boolean;