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