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