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