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