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