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