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