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