/// <reference types="react" />
export interface IconSubwayOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconSubwayOutline: React.FC<IconSubwayOutlineProps>;
