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