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