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