import type { SVGProps } from "react"; import * as React from "react"; declare const SvgTrain: (props: SVGProps) => React.JSX.Element; export default SvgTrain; //# sourceMappingURL=Train.d.ts.map