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