import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const PackageIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link PackageIcon} instead.
 */
export declare const Package: typeof PackageIcon;
export default PackageIcon;
