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