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