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