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