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