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