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