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