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