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