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