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