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