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