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