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