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