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