import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const ArrowsVerticalIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link ArrowsVerticalIcon} instead.
 */
export declare const ArrowsVertical: typeof ArrowsVerticalIcon;
export default ArrowsVerticalIcon;
