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