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