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