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