import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const PackageIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default PackageIcon;
