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