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