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