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