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