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