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