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