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