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