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