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