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