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