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