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