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