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