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