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