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