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