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