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