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