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