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