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