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