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