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