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