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