import { IconProps } from '../lib';
declare function Train(props: IconProps): JSX.Element;
export default Train;
