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