import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { PackageIcon as VanillaPackageIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const PackageIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Package: ForwardRefExoticComponent & RefAttributes>;