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