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