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