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