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