import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const GeofenceIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link GeofenceIcon} instead.
 */
export declare const Geofence: typeof GeofenceIcon;
export default GeofenceIcon;
