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