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