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