import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const TrainIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default TrainIcon;
