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