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