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