/// export interface IconSubwayProps { size?: string; style?: React.CSSProperties; } export declare const IconSubway: React.FC;