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