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