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