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