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