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