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