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