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