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