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