import type { SVGProps } from "react"; export interface SpeedTrainIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function SpeedTrainIcon({ className, size, color, ...props }: SpeedTrainIconProps): import("react").JSX.Element; //# sourceMappingURL=speed-train-icon.d.ts.map