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