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