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