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