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