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