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