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