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