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