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