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