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