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