import type { SVGProps } from "react"; export interface MapIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function MapIcon({ className, size, color, ...props }: MapIconProps): import("react").JSX.Element; //# sourceMappingURL=map-icon.d.ts.map