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