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