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